home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT06.Dxr / 00072.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  251 b   |  14 lines

  1. on exitFrame
  2.   global asw, ssw, msw
  3.   if asw = 1 then
  4.     set the visible of sprite 27 to 0
  5.   end if
  6.   if ssw = 1 then
  7.     set the visible of sprite 28 to 0
  8.   end if
  9.   if msw = 1 then
  10.     set the visible of sprite 26 to 0
  11.   end if
  12.   updateStage()
  13. end
  14.